Keysight Pathwave 89600 VSA .NET API
ChangeSequencedLogicalChannels(Int32,Int32[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeSequencedLogicalChannels Method : ChangeSequencedLogicalChannels(Int32,Int32[]) Method


sequenceCount
The number of times to make acquisitions using the specified channels.
channels
The channel numbers that correspond to the desired channels. This is the equivalent of ChannelId with the Group part of it set to the first group.

Glossary Item Box

Changes the input channel configuration for the current measurement by specifying the sequence count (number of times to make acquisitions) and the input channels using channel numbers with the assumption that all channels are in the first group of instruments for the Measurement.SelectedAnalyzer. The total number of logical channels will be the sequence count times the number of channels.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeSequencedLogicalChannels( _
   ByVal sequenceCount As Integer, _
   ByVal channels() As Integer _
) 
C# 
public virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   int[] channels
)
C++/CLI 
public:
virtual void ChangeSequencedLogicalChannels( 
   int sequenceCount,
   array<int>^ channels
) 

Parameters

sequenceCount
The number of times to make acquisitions using the specified channels.
channels
The channel numbers that correspond to the desired channels. This is the equivalent of ChannelId with the Group part of it set to the first group.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionchannels is null.
System.ArgumentOutOfRangeExceptionchannels is not possible with the currently selected hardware or the sequenceCount is not possible with the current application version.
System.InvalidOperationExceptionIf any of the logical channel types are User, Digital, or ExternalMixer

Remarks

Sequential input channel configurations are not supported when using channel types for User, Digital, or ExternalMixer.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.40

See Also